Vcenter Host Entropy ExternalPool AddResult
The Vcenter Host Entropy ExternalPool AddResult schema provides result of the POST /vcenter/host/{host}/entropy/external-pool?action=add operation.
This schema was added in vSphere API 8.0.1.0.
{
"capacity": 0,
"currently_available": 0,
"low_watermark": 0,
"inactive_source_timeout": 0
}
Capacity of external entropy pool in bytes.
This property was added in vSphere API 8.0.1.0.
Currently available amount of entropy in bytes in the external entropy pool.
This property was added in vSphere API 8.0.1.0.
A threshold value in bytes. An audit record will be logged when Vcenter Host Entropy ExternalPool AddResult.currently_available drops below this value.
This property was added in vSphere API 8.0.1.0.
A timeout period in seconds within which the client must call GET /vcenter/host/{host}/entropy/external-pool operation or POST /vcenter/host/{host}/entropy/external-pool?action=add operation. If no call is received before the timeout lapses an audit record will be created.
This is the timeout to detect any connection lost with the client.
This property was added in vSphere API 8.0.1.0.